Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Soluce

I found it with your help.
A huge thank you!

I add this code at the function :
If Len(boundary)=0 Then
boundary = StrRight(header,{boundary=})
End If

-->

Function GetBoundary (header As String) As String
Dim boundary As String

On Error GoTo erreur

boundary=StrRight(header, "boundary=""")

If Len(boundary)=0 Then
boundary = StrRight(header,”boundary=”,1)
boundary = StrLeft(boundary,Chr(13))
End If

If Len(boundary)=0 Then
boundary = StrRight(header,{boundary=})
End If

If (InStr(boundary, """") > 0) Then
boundary=StrLeft(boundary, """")
End If

If (Len(boundary) > 0) Then
boundary="--" & boundary
End If

GetBoundary=boundary

Exit Function

erreur:
MsgBox "Erreur (GetBoundary) : " & Error & " - ligne n° : " & erl
End

End Function



THANK YOU !!!


Feedback response number WEBB99XLWM created by ~Howard Minfooburoni on 07/25/2013

Export mail EML (~Howard Minfoob... 25.Jul.13)
. . Boundaries without " (~Kirk Minwebure... 25.Jul.13)
. . . . _ (~Howard Minfoob... 25.Jul.13)
. . . . _ (~Howard Minfoob... 25.Jul.13)
. . . . . . Loss of 'boundary' ... (~Howard Minfoob... 25.Jul.13)
. . . . . . . . Soluce (~Howard Minfoob... 25.Jul.13)
. . . . . . . . . . Thanks for suggestions here, BUT on... (~Emile Minfooko... 5.Dec.14)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS